object Form6: TForm6 Left = 302 Top = 239 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Loading... please wait.' ClientHeight = 482 ClientWidth = 639 Color = 6184542 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Visible = True OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = -2 Top = 1 Width = 640 Height = 480 Picture.Data = {} OnClick = Image1Click end object NoTask1: TNoTask Left = 584 Top = 8 end object term: TTimer Enabled = False Interval = 5000 OnTimer = termTimer Left = 8 Top = 8 end end